home *** CD-ROM | disk | FTP | other *** search
/ Cracking 1 / Cracking I..iso / Tools / Ostatní / aPLib v0.26b / examples / delphi / t_main.dfm / t_main.txt
Encoding:
Text File  |  2001-12-15  |  2.6 KB  |  133 lines

  1. object frmMain: TfrmMain
  2.   Left = 250
  3.   Top = 196
  4.   Width = 336
  5.   Height = 228
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'aPLib test'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 328
  19.     Height = 201
  20.     Align = alClient
  21.     BevelOuter = bvLowered
  22.     TabOrder = 2
  23.     object Label2: TLabel
  24.       Left = 158
  25.       Top = 8
  26.       Width = 97
  27.       Height = 38
  28.       Caption = 'aPLib'
  29.       Font.Charset = ANSI_CHARSET
  30.       Font.Color = clGray
  31.       Font.Height = -32
  32.       Font.Name = 'Verdana'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.       Transparent = True
  36.     end
  37.     object Label1: TLabel
  38.       Left = 154
  39.       Top = 4
  40.       Width = 97
  41.       Height = 38
  42.       Caption = 'aPLib'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -32
  46.       Font.Name = 'Verdana'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       Transparent = True
  50.     end
  51.     object Label5: TLabel
  52.       Left = 176
  53.       Top = 48
  54.       Width = 98
  55.       Height = 13
  56.       Caption = 'the smaller the better'
  57.     end
  58.     object GroupBox1: TGroupBox
  59.       Left = 8
  60.       Top = 80
  61.       Width = 313
  62.       Height = 65
  63.       Caption = '  Progress  '
  64.       TabOrder = 0
  65.       object Label3: TLabel
  66.         Left = 104
  67.         Top = 40
  68.         Width = 28
  69.         Height = 13
  70.         Caption = 'Ratio '
  71.         Font.Charset = DEFAULT_CHARSET
  72.         Font.Color = clMaroon
  73.         Font.Height = -11
  74.         Font.Name = 'MS Sans Serif'
  75.         Font.Style = []
  76.         ParentFont = False
  77.       end
  78.       object Label4: TLabel
  79.         Left = 152
  80.         Top = 40
  81.         Width = 81
  82.         Height = 13
  83.         Caption = '                           '
  84.       end
  85.       object PB: TProgressBar
  86.         Left = 15
  87.         Top = 25
  88.         Width = 282
  89.         Height = 9
  90.         Min = 0
  91.         Max = 100
  92.         TabOrder = 0
  93.       end
  94.     end
  95.     object CancelBtn: TButton
  96.       Left = 131
  97.       Top = 164
  98.       Width = 75
  99.       Height = 25
  100.       Caption = 'Cancel'
  101.       Enabled = False
  102.       TabOrder = 1
  103.       OnClick = CancelBtnClick
  104.     end
  105.   end
  106.   object Button1: TButton
  107.     Left = 16
  108.     Top = 16
  109.     Width = 75
  110.     Height = 25
  111.     Caption = 'Compress'
  112.     TabOrder = 0
  113.     OnClick = Button1Click
  114.   end
  115.   object Button2: TButton
  116.     Left = 16
  117.     Top = 48
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'Decompress'
  121.     TabOrder = 1
  122.     OnClick = Button2Click
  123.   end
  124.   object aPLib: TaPLib
  125.     Left = 240
  126.     Top = 160
  127.   end
  128.   object OD: TOpenDialog
  129.     Left = 280
  130.     Top = 160
  131.   end
  132. end
  133.